From 27a1b50bc63553909abf3958837114b65313a445 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 29 Mar 2016 19:29:31 +0200 Subject: [PATCH] window: Fix gtk_window_set_geometry_hints documentation The geometry_widget parameter is ignored from 3.20 onwards [1], not 3.18 as mentioned in the documentation. [1] commit 08974a1e9a6099a5a94b9d56970dbf96e473ba87 https://bugzilla.gnome.org/show_bug.cgi?id=764321 --- gtk/gtkwindow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 83ad2164ac..395b781be2 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -3996,7 +3996,7 @@ gtk_window_get_geometry_info (GtkWindow *window, * gtk_window_set_geometry_hints: * @window: a #GtkWindow * @geometry_widget: (allow-none): widget the geometry hints used to be applied to - * or %NULL. Since 3.18 this argument is ignored and GTK behaves as if %NULL was + * or %NULL. Since 3.20 this argument is ignored and GTK behaves as if %NULL was * set. * @geometry: (allow-none): struct containing geometry information or %NULL * @geom_mask: mask indicating which struct fields should be paid attention to -- 2.30.2